home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / EXTERNAL-METHOD_ADD.STX < prev    next >
Encoding:
Text File  |  2000-06-20  |  952 b   |  27 lines

  1. External Method - Add: Create a new External Method.
  2.   
  3.   Description
  4.  
  5.     Creates a new External Method and adds it to the 
  6.     current Folder.
  7.  
  8.   Controls
  9.  
  10.     'ID' -- Specifies the id of the external method.
  11.     
  12.     'Title' -- Allows you to specify the title of the external method.
  13.     
  14.     'Function name' -- Allows you to specify the name of the function 
  15.     to use for the external method.
  16.     
  17.     'Python module file' -- Allows you to specify the module in which 
  18.     the function is located. The Python module may be located in the 
  19.     Zope 'Extensions' directory, or in a 'Extensions' 
  20.     directory in a product directory. Product directories are 
  21.     located in 'lib/python/Products'. If the Python 
  22.     module is in a product directory this should be indicated 
  23.     in the name of the module which should be the name of the 
  24.     product followed by a dot followed by the name of the 
  25.     Python module file.
  26.  
  27.